projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2991e49
)
Add TODO item about not defaulting to RCS.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Sun, 27 Jan 2008 16:31:09 +0000
(16:31 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Sun, 27 Jan 2008 16:31:09 +0000
(16:31 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 20478b7511cd960a48ebc8fa6034ffa8779160d5..c0eae49b68cddd0da9642e3fc9499124c1f1c8a2 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-5,6
+5,8
@@
2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
+ * vc.el: Add TODO item about not defaulting to RCS.
+
* server.el (server-process-filter): Check for non-nil before
calling file-directory-p.
diff --git
a/lisp/vc.el
b/lisp/vc.el
index ce2123144918b60168f671d804910b43f8ce135f..102eeef0fbf2564fd3e7ca8b091a28bcf4e609fd 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-566,6
+566,9
@@
;;
;; - "snapshots" should be renamed to "branches", and thoroughly reworked.
;;
+;; - do not default to RCS anymore when the current directory is not
+;; controlled by any VCS and the user does C-x v v
+;;
;;; Code: